@charset "utf-8";
/* CSS Document */
/*<-----------Fonts----------->
Lato      -> Headlines
Questrial -> Body text
*/
@font-face{
	font-family: 'Questrial';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Questrial-Regular.eot?#iefix) format('embedded-opentype');
	src: url(../fonts/Questrial-Regular.eot);
    src: url(../fonts/Questrial-Regular.woff) format("woff"),
     url(../fonts/Questrial-Regular.woff2) format("woff2"),
     url(../fonts/Questrial-Regular.ttf) format("truetype");
}

@font-face{
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Lato-Regular.eot?#iefix) format('embedded-opentype');
    src: url(../fonts/Lato-Regular.eot);
	src: url(../fonts/Lato-Regular.svg#Lato-Regular) format("svg");
	src: url(../fonts/Lato-Regular.ttf) format("truetype"),
	     url(../fonts/Lato-Regular.woff) format("woff"),
	     url(../fonts/Lato-Regular.woff2) format("woff2");
}
